Metadata-Version: 2.1
Name: Planet Objects
Version: 1.0.4
Summary: Planetary data stored as objects
Home-page: https://github.com/matthewkayne/Planets
Author: Matthew Kayne
Author-email: matthewkayne2004@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# Planets

[![CodeFactor](https://www.codefactor.io/repository/github/matthewkayne/planets/badge)](https://www.codefactor.io/repository/github/matthewkayne/planets)

Planetary data stored as objects

To install the package use:

```bash
pip install Planet-Objects
```

To import the package use:

`from planets.planets import *`

then you can call:

`mercury, venus, earth, moon, mars, jupiter, saturn, uranus, neptune, pluto`

with any of the following attributes:

`name, mass, diameter, density, gravity, esc_velocity, rotation_period, day_length, from_sun, periheleon, apheleon, orbit_period, orbit_velocity, orbit_inclination, orbit_eccentricity, obliquity_to_orbit, temp, surface_pressure, moons, ring_sys, gmf, img, atmosphere_comp`

All data from: https://nssdc.gsfc.nasa.gov/planetary/factsheet/


